Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BorderConverter Class / GetProperties Method / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method


In This Topic
    GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
    In This Topic
    Retrieves the set of properties for this type.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetProperties( _
       ByVal context As ITypeDescriptorContext, _
       ByVal value As Object, _
       ByVal attributes() As Attribute _
    ) As PropertyDescriptorCollection
    'Usage
     
    
    Dim instance As BorderConverter
    Dim context As ITypeDescriptorContext
    Dim value As Object
    Dim attributes() As Attribute
    Dim value As PropertyDescriptorCollection
     
    value = instance.GetProperties(context, value, attributes)

    Parameters

    context
    value
    attributes
    See Also